golang.org/x/sys/unix.SockaddrNFCLLCP.raw (field)

11 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L953: 	raw            RawSockaddrNFCLLCP
		syscall_linux.go#L957: 	sa.raw.Sa_family = AF_NFC
		syscall_linux.go#L958: 	sa.raw.Dev_idx = sa.DeviceIdx
		syscall_linux.go#L959: 	sa.raw.Target_idx = sa.TargetIdx
		syscall_linux.go#L960: 	sa.raw.Nfc_protocol = sa.NFCProtocol
		syscall_linux.go#L961: 	sa.raw.Dsap = sa.DestinationSAP
		syscall_linux.go#L962: 	sa.raw.Ssap = sa.SourceSAP
		syscall_linux.go#L963: 	if len(sa.ServiceName) > len(sa.raw.Service_name) {
		syscall_linux.go#L966: 	copy(sa.raw.Service_name[:], sa.ServiceName)
		syscall_linux.go#L967: 	sa.raw.SetServiceNameLen(len(sa.ServiceName))
		syscall_linux.go#L968: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrNFCLLCP, nil